home *** CD-ROM | disk | FTP | other *** search
- *** orig/diffuti2.6/fnmatch.h Sun Jan 23 21:57:12 1994
- --- src/diffuti2.6/fnmatch.h Sun Jan 23 21:57:36 1994
- ***************
- *** 35,41 ****
- --- 35,44 ----
- #endif /* C++ or ANSI C. */
-
- /* Bits set in the FLAGS argument to `fnmatch'. */
- + #ifndef FNM_PATHNAME /* djgpp sets this in <unistd.h> to `1' */
- #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */
- + #endif
- +
- #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */
- #define FNM_PERIOD (1 << 2) /* Leading `.' is matched only explicitly. */
-
-